home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / arexxport_dev / readme < prev    next >
Text File  |  1996-05-06  |  3KB  |  99 lines

  1. Readme Arexxport - 02 May 1996
  2.  
  3. Andrew Cook
  4. Lib v37.21
  5.  
  6. As every these doc are sparse, but if you want any help email me,
  7. (amc93el@soton.ac.uk) or snail mail to
  8.  
  9.     72 Sea Lane,
  10.     Rustington,
  11.     West Sussex,
  12.     BN16 2RT.
  13.     England.
  14.  
  15. The email address is only available until the end of June 1996, after
  16. which I graduate and will getting a new internet connection. When I
  17. do I'll repost this archive with a new email address in it.
  18. (Prob. September/October 1996).
  19.  
  20. Okay, on with the show.
  21.  
  22. Whats in this archive ?
  23.  
  24.      Includes (dir)
  25.           Clib (dir)
  26.             arexxport_protos.h
  27.           rexx (dir)
  28.             arexxport.h
  29.      docs (dir)
  30.        arexxport.doc                    History
  31.      libs (dir)
  32.        arexxport.library
  33.      Glue (dir)
  34.           fd (dir)
  35.             arexxport.fd
  36.           Dice (dir)
  37.             arexxport.a                      arexxport.lib
  38.      Locale (dir)
  39.        arexxport.cd                     arexxport.ct
  40.      Demo (dir)
  41.           obj (dir)
  42.             demo.o
  43.        demo                             demo.c
  44.        demo.prj                         test.rexx
  45.        test2.rexx                       ArexxTest.rexx
  46.   arexxport.readme                 Readme
  47.  
  48. At the moment there is only glue code for the freeware version of
  49. dice. But you can use the .fd file to generate the glue code for any
  50. other compiler you want. If you do please sent me a copy of the glue
  51. code. (or details of how to create it, if it uses available tools)
  52. and I'll include it a later release.
  53.  
  54. Also there are no translations, so if you do one please let me have a
  55. copy to include. Cheers.
  56.  
  57. Localisations works when locale.library 38+ is available, but the
  58. arexxport library will function without it.
  59. There is a single arexx function 'LocalErrorText' this is a localised 
  60. version of the rexx internal function 'ErrorText'. To use this the 
  61. arexxport.libary must be addlib(). See demo/ArexxTest for an example.
  62. NB the offset for the the addlib() command is -108 not -30.
  63.  
  64. The demo.c shows how to program the library. It's all straight
  65. forward - I think - email me with your problems.
  66.  
  67. Legal Stuff
  68.  
  69.     Distribution
  70.     Some or all of the files in this package may be may be
  71. transmitted by any means. Providing words to the effect of
  72.  
  73. 'arexxport.library is Copyright(c)1995-1996 Andrew Cook.'
  74.  
  75. are included in the accompanying documentation. The files are
  76. FreeWare but copyright is retained by the author (Andrew Cook).
  77.  
  78. These files may be included in any distribution commercial,
  79. shareware, freeware or other. I would like to be informed of any such
  80. packages, but this is not a requirement.
  81.  
  82. ALTHOUGH THE FILES HAVE BEEN CAREFULLY TESTED ANY ERRORS OR ACCIDENTS
  83. ARISING FROM THEIR USE IS NOT THE RESPONSIBITY OF THE AUTHOR. USE AT
  84. YOUR OWN PERIL. THIS PACKAGE IS INTENDED FOR PROGRAMMERS, AND WILL CRASH
  85. YOUR MACHINE IF NOT USED CAREFULLY.
  86.  
  87. I'd like to thank,
  88.     Fergus Duniho - Beta testing even if he didn't know it.
  89.     Every one who has used 'Varexx' and so have also been beta
  90.     testers.
  91.  
  92.     Cheers
  93.         Andy Cook
  94.  
  95.  
  96.  
  97.  
  98.  
  99.